/*jopsearch page*/
.modrn-joblist {
    float: right;
    width: 100%;
    padding-right: 30px;
    border-bottom: 1px solid #edeff7;
  }
  
  .c-logo img {
    float: none;
    display: inline-block;
    max-width: 100%;
  }
  .border-right {
    padding-right: 40px;
    border-right: 1px solid #edeff7;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .tags-bar {
    float: right;
    width: 100%;
    margin-top: 40px;
    border: 2px solid #f4f5fa;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    padding: 10px;
    position: relative;
  }
  .tags-bar > span {
    float: right;
    background: #f4f5fa;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px; 
    font-size: 13px;
    padding: 7px 17px;
    margin-right: 15px;
    position: relative;
  }
  .action-tags {
    float: left;
  }
  .action-tags a {
    float: left;
    font-size: 13px;
    color: #23a6c5;
    padding: 7px 6px;
    line-height: 17px;
  }
  .tags-bar > span i {
    position: absolute;
    right: -6px;
    top: -5px;
    width: 16px;
    height: 16px;
    font-style: normal;
    background: #fb236a;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    color: #ffffff;
    text-align: center;
    line-height: 13px;
    font-size: 10px;
    font-family: Open Sans;
    cursor: pointer;
  }
  
  .modrn-joblist .filterbar {
    margin-top: 30px;
  }
  .filterbar {
    float: right;
    width: 100%;
    margin-bottom: 30px;
  }
  .filterbar .emlthis {
    margin: 0;
    padding: 10px 15px;
  }
  .emlthis {
    float: left;  
    padding: 12px 30px;
    font-size: 13px;  
  }
   
  
  .sortby-sec {
    float: left;
  }
  .sortby-sec > span {
    float: left;
    font-size: 13px;
    line-height: 33px;
    color: #888888;
    margin-right: 10px;
  }
  .job-list-modern .job-listing.wtabs {
    margin: 0;
    margin-top: 0px;
    -webkit-border-radius: 0 0;
    -moz-border-radius: 0 0;
    -ms-border-radius: 0 0;
    -o-border-radius: 0 0;
    border-radius: 0 0;
    border-left-color: #ffffff;
    border-right-color: #ffffff;
    border-top-color: #edeff7;
    border-bottom-color: #edeff7;
    margin-top: -1px; 
  }
  .job-listing.wtabs {
    border: 1px solid #ebefef;
    margin-top: 30px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    display: inherit;
    text-align: left;
    position: relative;
  }
  .type_widget p { 
    width: 100%;
    margin: 0;
    font-size: 13px;
    color: #888888;
    margin-bottom: 4px;
  }
  .widget input{
  width: 30px;
  }
  input {
    padding: 10px; 
    font-size: 17px;
    font-family: Raleway;
    border: 1px solid #aaaaaa;
  }
  input[type="checkbox"], input[type="radio"] {
    position: relative;
    opacity: 0;
    z-index: -1;
    margin: 0;
  }
  .type_widget p label {
    padding-right: 31px;
  }
  label {
    display: inline-block;
    margin-bottom: .5rem;
  }
  label {
    position: relative;
    display: inline-block;
    padding: 0 2em 0 0;
    margin-right: 10px;
    height: 1.5em;
    line-height: 1.5;
    cursor: pointer;
  }
  input[type="checkbox"]:checked + label::after, input[type=radio]:checked + label::after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  input[type="checkbox"] + label::after, input[type=radio] + label::after {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  input[type=radio] + label::after {
    content: " ";
    top: 5px;
    right: 5px;
    width: 10px !important;
    height: 10px !important;
    background: #fff;
    border: 3px solid #fb236a;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
  }
  label::before, label::after {
    -webkit-transition: .25s all ease;
    -moz-transition: .25s all ease;
    -ms-transition: .25s all ease;
    -o-transition: .25s all ease;
    transition: .25s all ease;
  }
  label::before, label::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 20px !important;
    height: 20px !important;
  }
  input[type="checkbox"]:checked + label::after, input[type=radio]:checked + label::after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  input[type="checkbox"] + label::after, input[type=radio] + label::after {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  input[type="checkbox"] + label::after {
    content: "\2714";
    color: #2c3e50;
    line-height: 1.5;
    text-align: center;
    border: none !important;
  }
  label::before {
    content: " ";
    border: 2px solid #e6e7ef;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
  }
  
  label::before, label::after {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 20px !important;
    height: 20px !important;
  }
  input[type="radio"] + label::before {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
  }
  label::before, label::after {
    -webkit-transition: .25s all ease;
    -moz-transition: .25s all ease;
    -ms-transition: .25s all ease;
    -o-transition: .25s all ease;
    transition: .25s all ease;
  }
  label::before {
    content: " ";
    border: 2px solid #e6e7ef;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
  }
  label::before, label::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 20px !important;
    height: 20px !important;
  }
  
  
.jobs-wrap .btn {
    border: 2px solid #fb236a;
    color: #fb236a;
    padding: 5px 20px;
    font-weight: 400;
}
.jobs-wrap .btn:hover {
    border: 2px solid #fb236a;
    color: #fff;
    background-color: #fb236a;
    padding: 5px 20px;
    font-weight: 400;
}
aside .widget > div {
    margin-top: 15px;
}
input {
    padding: 10px;
    font-size: 17px;
    font-family: Raleway;
    border: 1px solid #aaaaaa;
}
input[type="text"], input[type="password"], input[type="email"], textarea { 
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 20px;
    padding: 19px 28px;
    width: 100%;
}
.field_w_search{
    margin-top: 15px;
    border: 2px solid #f4f5fa;
    border-radius: 8px;
}

.field_w_search input { 
    width: 100%;
    background: none;
    padding: 15px 25px;
    font-size: 13px;
    margin: 0;
}

.btn-delete {
    border:none;
    background: transparent;
    
}
